projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b77b8
)
; * configure.ac: Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Sat, 11 Mar 2023 09:43:15 +0000
(17:43 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 11 Mar 2023 09:43:15 +0000
(17:43 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 74ff59c79e46998f0df99778083826122a0169f3..3eb57a089a0c2e56bcf3d748af5ed23a70847c3c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-317,7
+317,7
@@
AC_ARG_WITH([mailutils],
installed])],
[],
[with_mailutils=$with_features
- AS_IF(["$with_mailutils" = yes],
+ AS_IF([
test
"$with_mailutils" = yes],
[AS_IF([test "x$XCONFIGURE" != "xandroid"],
[(movemail --version) >/dev/null 2>&1 || with_mailutils=no],
[dnl don't check for movemail if cross-compiling.